(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/icon.h>
void FreeFreeList()
SYNOPSIS
struct FreeList * freelist

LOCATION
In IconBase at offset 9
FUNCTION
Frees all memory chunks in the freelist (previously inserted into it via AddFreeList()).

INPUTS
freelist
pointer to FreeList struct.
RESULT
NOTES
EXAMPLE
BUGS
SEE ALSO
AddFreeList()
INTERNALS
HISTORY
03.02.1997 digulla
New library icon.library by N.H. Lorentzen